{% extends 'base_dashboard.html' %} {% load site_tags %} {% block title %}Support Staff Dashboard — {{ site_settings.institute_name }}{% endblock %} {% block content %}

Support Staff Dashboard

Help students with tickets, schedules, and proctoring. Fees are handled by Accounts Staff.

Tickets Schedules
{{ open_tickets }}
Open tickets
{{ in_progress_tickets }}
In progress tickets
Recent tickets
View all
{% for t in recent_tickets %}
{{ t.subject }}
{{ t.created_by.get_display_name }} · {{ t.get_status_display }}
Open
{% empty %}

No recent tickets.

{% endfor %}
{% endblock %}